home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / misc / 8n1.lha / 8n1.readme < prev    next >
Text File  |  1995-09-02  |  2KB  |  61 lines

  1. Short:    Replaces serial.device.  V37.12
  2. Version:  37.12
  3. Requires: AmigaDOS 2.04+ (might work under 1.3)
  4. Uploader: llucius@millcomm.com (L.Lucius)
  5. Author:   llucius@millcomm.com (L.Lucius)
  6. Type:     comm/misc
  7. Replaces: comm/misc/8n1.lha
  8.  
  9. A replacement driver for the standard serial.device.  Originally based on
  10. v34serial.device, it has been redesigned and enhanced.  Includes source.
  11.  
  12. This release should fix some problems for you 68000 users and, as you can
  13. see, will fix several other problems.
  14.  
  15. Changes since last Aminet release:
  16.  
  17. Version: 37.11 15-Aug-95
  18. ------------------------
  19. - Added line to turn on the DSR bit if needed.  Normally
  20.   commented out.
  21.  
  22. - Removed unneeded RTS line code added on 04-Aug-95.
  23.  
  24. - Clear SERB_ACTIVE IO_FLAG when I/O has completed.
  25.  
  26. - Set default SERFLAGS during device open.
  27.  
  28. - Use current baud and buffer sizes for initializing I/O
  29.   request instead of default.
  30.  
  31. - Turn Handshake on by default to match SerFlags.
  32.  
  33. - Insure that interrupts are enabled prior to checking TBE or
  34.   RBF interrupts.
  35.  
  36. - Check SOFTINT prior to TBE to keep 8n1 from blocking them.
  37.  
  38. - Add code to correct bug in NComm.  Define symbol NCOMM and
  39.   reassemble to get this support.
  40.  
  41. - Isolated SNMA directives to allow assembly with SAS/C
  42.   assembler.
  43.  
  44. Version: 37.12 27-Aug-95
  45. ------------------------
  46. - Re-added list arbitration in cmd_Read.
  47.  
  48. - Added I/O completion status to each command routine and
  49.   removed unnecessary code from BeginIO routine.
  50.  
  51. - Removed PC-Relative optimizer option to prevent incorrect
  52.   conversion to a 68020+ instruction.  This should fix the
  53.   problems on 68000 machines.
  54.  
  55. - Added test for QUICK bit in AbortIO routine.
  56.  
  57. - Changed DS alignment directives to CNOP directives.
  58.  
  59. - Third Aminet release.
  60.  
  61.